home *** CD-ROM | disk | FTP | other *** search
/ Software Vault: The Gold Collection / Software Vault - The Gold Collection (American Databankers) (1993).ISO / cdr26 / dr_rn.zip / DR.DOC < prev    next >
Text File  |  1987-11-16  |  2KB  |  58 lines

  1.  
  2. DR At a Glance
  3.  
  4. DR.COM provides an integrated set of file management facilities for sorting,
  5.  viewing, renaming, deleting, and moving files to another directory.  The 
  6. command is entered at the DOS prompt, with the following syntax:
  7.  
  8.  
  9. Syntax:    DR [d:][directory]
  10.  
  11. The default filename display (21 per page, to a maximum of 721) is sorted 
  12. alphabetically.  Various switches, added to the command, may be added to sort
  13.  by other criteria:
  14.    /E (sort by Extension)
  15.    /S (sort by Size)
  16.    /D or /T (sort by DaTe)
  17.    /O (sort by DOS DIR order)
  18. Thus, for example,
  19.  
  20.     DR \PROG /S
  21. sorts the initial display of the PROG directory of the default drive by size.
  22.  
  23. When a DR listing is on screen, a menu is displayed showing further options. 
  24.  A highlight bar illuminates a single filename, and the Up and Down Arrow keys
  25.  move the highlight bar a line at a time.  The PgUp and PgDn keys move the bar
  26.  a page at a time, and Ctrl-PgUp and Ctrl-PgDn move it to the top and bottom
  27.  of the current page.  Home and End move to the beginning and end of the
  28.  directory listing.  Pressing (and repressing) a letter moves the bar to the
  29.  first (and successive) filename(s) beginning with that letter.
  30.  
  31. The highlighted file may be brought on screen for viewing by pressing F1 (or
  32.  Enter or Ctrl-V).  The Up and Down Arrows, PgUp and PgDn, and Home and End
  33.  work within the file, as well.  Esc, Enter, or F1 return you to the menu and
  34.  directory listing.  When pressed at the menu level, Esc terminates the 
  35.  program.
  36.  
  37. Within DR, the following function keys (and alternatively, the indicated 
  38. Ctrl-letter) combinations are used:
  39.  
  40. F1   Ctrl-V (or Enter)         View file
  41. F2   Ctrl-D                  Delete file
  42. F3   Ctrl-R                  Rename file
  43. F4   Ctrl-M                    Move file
  44. F5   (none)        CONFIRM DELETE ON/OFF
  45. F6   Ctrl-W       WordStar hi-bit ON/Off
  46. F7   Ctrl-N           Sort files by Name
  47. F8   Ctrl-E      Sort files by Extension
  48. F9   Ctrl-S           Sort files by Size
  49. F10  Ctrl-T           Sort files by Date
  50.  
  51. Successive sorts can be used to arrange files, e.g. in order of size and then,
  52.  additionally, by extension.
  53.  
  54. Files can be renamed and may be moved from one directory to another within DR,
  55.  but they cannot be renamed and moved in a single step.  Files cannot be
  56.  copied from within DR.
  57.  
  58.